PowerTools PlusPak for Windows Forms 8.0J
DrawStripBorderCore(Graphics,Point[],Pen,Pen,Pen,Pen,Pen,Pen) メソッド

描画に使用するSystem.Drawing.Graphics
線のポイントを表すSystem.Drawing.Point構造体の配列。
枠の描画に使用するSystem.Drawing.Penオブジェクト。
左側の線の描画に使用するSystem.Drawing.Penオブジェクト。
左上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
右上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
右側の線の描画に使用するSystem.Drawing.Penオブジェクト。
特定の画像にストリップの境界線を描画します。
構文
Protected Overloads Overrides Sub DrawStripBorderCore( _
   ByVal graphics As Graphics, _
   ByVal vertex() As Point, _
   ByVal fpen As Pen, _
   ByVal left As Pen, _
   ByVal topleft As Pen, _
   ByVal top As Pen, _
   ByVal topright As Pen, _
   ByVal right As Pen _
) 
protected override void DrawStripBorderCore( 
   Graphics graphics,
   Point[] vertex,
   Pen fpen,
   Pen left,
   Pen topleft,
   Pen top,
   Pen topright,
   Pen right
)

パラメータ

graphics
描画に使用するSystem.Drawing.Graphics
vertex
線のポイントを表すSystem.Drawing.Point構造体の配列。
fpen
枠の描画に使用するSystem.Drawing.Penオブジェクト。
left
左側の線の描画に使用するSystem.Drawing.Penオブジェクト。
topleft
左上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
top
上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
topright
右上側の線の描画に使用するSystem.Drawing.Penオブジェクト。
right
右側の線の描画に使用するSystem.Drawing.Penオブジェクト。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

ClassicTabRenderer クラス
ClassicTabRenderer メンバ
オーバーロード一覧

Send Feedback